Skip to content

Bump org.altbeacon:android-beacon-library from 2.20.7 to 2.21.0#5011

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.altbeacon-android-beacon-library-2.21.0
Closed

Bump org.altbeacon:android-beacon-library from 2.20.7 to 2.21.0#5011
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.altbeacon-android-beacon-library-2.21.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps org.altbeacon:android-beacon-library from 2.20.7 to 2.21.0.

Release notes

Sourced from org.altbeacon:android-beacon-library's releases.

Ad Hoc Eddystone Telemetry Accessor

Experimental support for accessing raw Eddystone-TLM bytes

Android N debug release

Adds debug lines to troubleshoot BLE scanning on Android N Devices

Adhoc release: Fix Power Saver Crash

Adhoc release intended to test fixing a crash in the Background Power Saver.

To use this release, you must download the aar file below, and configure it with your project like so:

  • Create a /libs directory inside your project and copy the android-beacon-library.aar file there.
  • Configure your app's outermost build.gradle File to reference the /libs directory from above in a flatDir declaration:
      allprojects {
          repositories {
              jcenter()
              flatDir {
                  dirs 'libs'
              }
          }
      }
  • Add the library AAR as a dependency, along with the Android Beacon Library like so:
      dependencies {
        compile 'org.altbeacon:android-beacon-library-2.9.2-5-gd971e20@aar'
      }

Adhoc Release: Fix stackoverflow crash on scan start/stop

To use this release, you must download the aar file below, and configure it with your project like so:

  • Create a /libs directory inside your project and copy the android-beacon-library.aar file there.
  • Configure your app's outermost build.gradle File to reference the /libs directory from above in a flatDir declaration:
      allprojects {
          repositories {
              jcenter()
              flatDir {
                  dirs 'libs'
              }
          }
      }
  • Add the library AAR as a dependency, along with the Android Beacon Library like so:
      dependencies {
</tr></table> 

... (truncated)

Changelog

Sourced from org.altbeacon:android-beacon-library's changelog.

2.21.0 / 2025-1-25

  • Fix rssiFilterClass in new Settings API (#1218, David G. Young)

2.21.0-beta5 / 2024-12-19

  • Fix longScanForcingEnabled in new Settings API (#1218, David G. Young)

2.21.0-beta4 / 2024-11-16

  • Eliminate thrashing of foreground/background mode and ScanJobs during navigation (#1195, VolodaUa)
  • Improved support for beacon layouts based on 128-bit Service UUIDs, (#1212, David G. Young)

2.21.0-beta3 / 2024-11-05

  • Fix non-Samsung screen off scan failure (#1208, David G. Young)
  • Check for region exits on requestStateforRegion with IntentScanStrategy (#1209, David G. Young)

2.21.0-beta2 / 2024-10-21

  • Fix scan dropouts after 10 minutes (#1207, David G. Young)

2.21.0-beta1 / 2024-09-01

  • Add new Settings API (#1177, David G. Young)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.altbeacon:android-beacon-library](https://github.com/AltBeacon/android-beacon-library) from 2.20.7 to 2.21.0.
- [Release notes](https://github.com/AltBeacon/android-beacon-library/releases)
- [Changelog](https://github.com/AltBeacon/android-beacon-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AltBeacon/android-beacon-library/commits)

---
updated-dependencies:
- dependency-name: org.altbeacon:android-beacon-library
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code minor A minor change - Bumps minor build number labels Jan 27, 2025
@jpelgrom
Copy link
Member

Waiting on feedback in #4562 before merging

@jpelgrom
Copy link
Member

@dependabot close because this version breaks distance calculation, we'll wait for the next patch

@jpelgrom jpelgrom closed this Jan 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/org.altbeacon-android-beacon-library-2.21.0 branch January 28, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code minor A minor change - Bumps minor build number

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant